GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-25T11:32:45.4848413+00:00",
"SubmitDate": "2026-06-25T11:32:45.4848413+00:00",
"ReportPeriodStart": "2026-06-25T11:32:45.4848413+00:00",
"ReportPeriodEnd": "2026-06-25T11:32:45.4848413+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e4ec1cfa-ccf0-43b2-b231-ba3af6d696d8",
"Rows": [
{
"ItemId": "27d2a064-f4a9-4d3d-a190-5c9531167b97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27d2a064-f4a9-4d3d-a190-5c9531167b97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e4ec1cfa-ccf0-43b2-b231-ba3af6d696d8",
"Rows": [
{
"ItemId": "27d2a064-f4a9-4d3d-a190-5c9531167b97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27d2a064-f4a9-4d3d-a190-5c9531167b97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2150e3fa-31dc-4e3c-b741-d0d44addcd6a",
"b7c6eeff-0eb2-4904-abee-0f0b64694552"
],
"Approvers": [
"fa70ffba-2550-48bb-910c-d5be73a0c1b5",
"e7b49c27-f34d-4b66-a5b0-7da7b6d63b13"
],
"ApprovedBy": "0bcc4df4-aae8-462f-8ee4-a1edf8e4683c",
"ApprovalDate": "2026-06-25T11:32:45.4848413+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f46c9e9c-8aff-4231-82e5-027effa440ec",
"id": "9f95ba87-77ab-4796-85c8-f6a82ff16bfe",
"ConfigId": "a5efa303-3363-4f64-b343-4ba80931d5a7"
},
{
"GenerationDate": "2026-06-25T11:32:45.4848413+00:00",
"SubmitDate": "2026-06-25T11:32:45.4848413+00:00",
"ReportPeriodStart": "2026-06-25T11:32:45.4848413+00:00",
"ReportPeriodEnd": "2026-06-25T11:32:45.4848413+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e4ec1cfa-ccf0-43b2-b231-ba3af6d696d8",
"Rows": [
{
"ItemId": "27d2a064-f4a9-4d3d-a190-5c9531167b97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27d2a064-f4a9-4d3d-a190-5c9531167b97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e4ec1cfa-ccf0-43b2-b231-ba3af6d696d8",
"Rows": [
{
"ItemId": "27d2a064-f4a9-4d3d-a190-5c9531167b97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27d2a064-f4a9-4d3d-a190-5c9531167b97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2150e3fa-31dc-4e3c-b741-d0d44addcd6a",
"b7c6eeff-0eb2-4904-abee-0f0b64694552"
],
"Approvers": [
"fa70ffba-2550-48bb-910c-d5be73a0c1b5",
"e7b49c27-f34d-4b66-a5b0-7da7b6d63b13"
],
"ApprovedBy": "0bcc4df4-aae8-462f-8ee4-a1edf8e4683c",
"ApprovalDate": "2026-06-25T11:32:45.4848413+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f46c9e9c-8aff-4231-82e5-027effa440ec",
"id": "9f95ba87-77ab-4796-85c8-f6a82ff16bfe",
"ConfigId": "a5efa303-3363-4f64-b343-4ba80931d5a7"
}
]